home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
DESK95
/
search
/
SEARCH32.EX_
/
SEARCH32.EX
/
0
/
RCDATA
/
TFORMCHANGE
/
TFORMCHANGE.txt
Wrap
Text File
|
1997-03-15
|
2KB
|
94 lines
object FormChange: TFormChange
Left = 204
Top = 176
BorderStyle = bsDialog
Caption = 'Browse for Indexes Folder'
ClientHeight = 220
ClientWidth = 354
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object txtIndexFolder: TEdit
Left = 0
Top = 0
Width = 353
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object pnlChange: TPanel
Left = 0
Top = 22
Width = 247
Height = 198
TabOrder = 1
object lblCurFolder: TLabel
Left = 9
Top = 7
Width = 62
Height = 13
Caption = '&Select folder:'
end
object lblCurDrive: TLabel
Left = 9
Top = 155
Width = 59
Height = 13
Caption = 'Select &drive:'
end
object dirCurDir: TDirectoryListBox
Left = 9
Top = 22
Width = 228
Height = 127
ItemHeight = 16
TabOrder = 0
OnChange = dirCurDirChange
end
object drvCurDrive: TDriveComboBox
Left = 9
Top = 170
Width = 228
Height = 19
TabOrder = 1
OnChange = drvCurDriveChange
end
end
object cmdOK: TButton
Left = 265
Top = 36
Width = 75
Height = 22
Caption = '&OK'
Default = True
TabOrder = 2
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 265
Top = 65
Width = 75
Height = 22
Cancel = True
Caption = '&Cancel'
TabOrder = 3
OnClick = cmdCancelClick
end
object filIndexes: TFileListBox
Left = 253
Top = 114
Width = 92
Height = 50
ItemHeight = 13
Mask = '*000.STS'
TabOrder = 4
Visible = False
end
end